home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / docs / howto / startX11R4 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.4 KB  |  33 lines

  1. How to setup your account to use X11R4 on Sprite.
  2.  
  3. Step 0) - (Only needed until /dev/fb is implemented.)  If your machine is not
  4.       a standard monochrome display be sure that there is an entry for
  5.       it in /X11/R4/lib/fbtypes.  
  6.  
  7. Step 1) - Add /X11/R4/cmds to your path. If you path contains X11R3 or X11R2
  8.       binaries be sure that /X11/R4/cmds is before these.
  9.  
  10. Step 2) - There seems to be about ten different ways of starting X. Here's the
  11.       one I use:  Type "xinit". If you would like something more than a
  12.       single "tx" window at start up, create a script named ".xinitrc".
  13.       Xinit will run this script and when the script exits so will the
  14.       X server. A sample .xinitrc file can be found in ~newuser/.xinitrc
  15.       This .xinitrc runs the script $HOME/.xsetup. A sample .xsetup file
  16.       can be found in ~newuser/.xsetup.
  17.  
  18. Notes:
  19.     1) If you have a file named ".xserverrc" in your home directory it
  20.        will most likely break something.  Please delete it.  
  21.        Users with accounts that start with dedood, drewes, elm, hunt,
  22.        johnw, krste, leong, sah, schauser, ss, tve, or wlo should follow
  23.        this note.
  24.     2) The X11 R4 twm is not totally backward compatible with the new twm.
  25.        The problem that bites most people is lines in the .twmrc like:
  26.  
  27.        Button1 = mc  : window  : f.resize
  28.  
  29.        are no longer legal.  The correct form is:
  30.  
  31.        Button1 = m | c  : window  : f.resize
  32.  
  33.